home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / ddos_tip.tqt / DDOS-TIP.TXT
Encoding:
Text File  |  1987-02-07  |  4.7 KB  |  120 lines

  1.  
  2.  
  3. * <Ctrl K> aborts <Ctrl S> suspends *
  4.                      SoftLogic Solutions Customer BBS
  5.  
  6. This is BULLETIN # 6 - Tips on using DoubleDOS
  7.  
  8.  
  9. A.  Neat things to know about DDCONFIG.SYS
  10. ------------------------------------------
  11.  
  12. You can use the  "TOP PROGRAM = "  statement as many times
  13. as you want (up to the total limit of 128 chars per memory
  14. section).  These statements are  executed  in  the   order
  15. in which they appear, just as though you typed them.
  16.  
  17.   Examples:
  18.         TOP PROGRAM = C:
  19.         TOP PROGRAM = CD\WS
  20.         TOP PROGRAM = WS
  21.         BOTTOM PROGRAM = C:
  22.         BOTTOM PROGRAM = CD\LOTUS
  23.         BOTTOM PROGRAM = LOTUS
  24.  
  25.  
  26. More (Y),N,NS? ns
  27.  
  28. B.  What else you can do with the "Adjust Memory Size" option
  29. -------------------------------------------------------------
  30.  
  31. The  adjust  memory  size option, from the DoubleDOS control
  32. menu will clear all  memory  resident programs out of RAM...
  33. if you specify a different  memory  size.   This  is a handy
  34. way to recover memory used for  a resident  program  without 
  35. rebooting.
  36.  
  37.  
  38. SIDEKICK will turn the DoubleDOS timesharing off if you remove
  39. it by using its command "CTRL HOME; CTRL END".
  40.  
  41. If SIDEKICK is loaded, you will not get the ADJUST MEMORY option
  42. when you are at a DOS prompt.  You must type the space bar first,
  43. then go to the DoubleDOS menu. This will then allow you to adjust
  44. the memory.
  45.  
  46.         This option allows one to readjust the memory division,
  47.         assigned at the initial startup of DoubleDOS.
  48.  
  49.  
  50.  
  51. C.  HELP WITH USING THE DoubleDOS PARALLEL PRINTER BUFFER
  52. ---------------------------------------------------------
  53.  
  54.         The two statements "PRINT DRIVER = " and "PRINT BUFFER = "
  55.         in your DDCONFIG.SYS file will allow you to have a print
  56.         buffer and specify its size.
  57.  
  58.         The "PRINT DRIVER = " statement controls the implementation
  59.         of the DoubleDOS print buffer.  Only "PRINT DRIVER = CLOCK"
  60.         or "PRINT DRIVER = INTERRUPT" statements will activate
  61.         the DoubleDOS print buffer.  Using one of the other two
  62.         PRINT DRIVER options (=BIOS, or =DIRECT) will cause DoubleDOS
  63.         to ignore the "PRINT BUFFER = " statement.
  64.  
  65.         "PRINT DRIVER = INTERRUPT" is the fastest printing routine
  66.         in DoubleDOS.  However, this option only works when using
  67.         the IBM monochrome adapter printer port.  Most all other
  68.         printer boards (AST's LPT2 port, or the IBM parallel printer
  69.         adapter board) cannot support this INTERRUPT option.
  70.  
  71. รจ       "PRINT DRIVER = CLOCK" is almost as fast and works with all
  72.         parallel printer adapter boards.
  73.  
  74.         When using either INTERRUPT or CLOCK DoubleDOS will implement
  75.         a printer buffer with the size specified in the "PRINT
  76.         BUFFER = " statement.  You can specify any size print buffer
  77.         from 1 to 64 K.
  78.  
  79.  
  80. D.  How to avoid reloading a diskette containing COMMAND.COM
  81.     when a program terminates (If you boot from a floppy).
  82. ----------------------------------------------------------------
  83.  
  84. Place a copy of the COMMAND.COM file on your hard disk (or RAM disk).
  85. The SET statement can be used to instruct DOS where to find the part
  86. of COMMAND.COM that is often reloaded. In order  to avoid  having to 
  87. keep COMMAND.COM on all your floppy disks, you can use the following 
  88. statement in your autoexec.bat file to tell DOS where to get COMMAND.COM.
  89.  
  90.                     SET COMSPEC=C:\COMMAND.COM
  91.  
  92.             (This assumes your hard disk is drive C:)
  93. If you boot from a floppy, and do not have a hard disk, you may create
  94. a small RAM disk, copy the COMMAND.COM to it, and then use the SET
  95. command to force DOS to look for COMMAND on the RAM disk.
  96.  
  97.  
  98. E.  DoubleDOS' PRINTER.COM program.
  99. ------------------------------------
  100.  
  101. The file PRINTER.COM is available for downloading and is designed to
  102. make either memory section print all its output to the LPT2, or LPT3
  103. printer adapter as LPT1.  Programs like BASIC, and Wordstar will only
  104. print to a printer which is connected to the LPT1 printer port.  With
  105. our PRINTER.COM program, you can run PRINTER LPT2 and from that point
  106. on, all printer information will be printed to the LPT2 printer.  By
  107. using this program you can run two copies of Wordstar, both printing
  108. to its own LPT1 printer.
  109.  
  110. This program is also used to prevent printer reset, which is caused
  111. by some programs when the program is started or stopped.  For systems
  112. with just one printer, you can run PRINTER LPT2 in the top memory section.
  113. Then anytime you are running a program in the bottom memory section which
  114. is using your LPT1 printer, it will not be reset by a program which is run
  115. in the top memory section.
  116.  
  117.  
  118.  41 min left
  119.  
  120. Bulletin # 1 thru 10, L)ist, C/R continues?